Input Dialog
Command Prototype
sRet = Dialog.InputBox(sText,sTitle,sDefault,bNumberOnly)
Command Description
Pop up an input dialog box, and return the content entered by the user in the dialog box
Parameter Description
- Required Parameter
- sText--The prompt message content displayed in the dialog box
- sTitle--The title of a dialog box
- sDefault--The default text content entered in the dialog box
- bNumberOnly--The default text content entered in the dialog box
- return
- sRet--The variable used to save the output of the function call